home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 18 / FreelogHS18.iso / Editeur texte / Keynote / kntsetup.exe / {app} / keynote.exe / 0 / RCDATA / TFORM_FILEINFO / TFORM_FILEINFO.txt
Text File  |  2003-11-13  |  13KB  |  530 lines

  1. object Form_FileInfo: TForm_FileInfo
  2.   Left = 298
  3.   Top = 325
  4.   HelpContext = 500
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'File properties'
  8.   ClientHeight = 253
  9.   ClientWidth = 432
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label11: TLabel
  24.     Left = 10
  25.     Top = 75
  26.     Width = 40
  27.     Height = 13
  28.     Caption = 'Created:'
  29.   end
  30.   object Label12: TLabel
  31.     Left = 70
  32.     Top = 75
  33.     Width = 15
  34.     Height = 13
  35.     Caption = '(...)'
  36.   end
  37.   object Button_OK: TButton
  38.     Left = 20
  39.     Top = 222
  40.     Width = 75
  41.     Height = 25
  42.     Hint = 'Accept changes and close dialog box'
  43.     Caption = 'OK'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 1
  47.     OnClick = Button_OKClick
  48.   end
  49.   object Button_Cancel: TButton
  50.     Left = 100
  51.     Top = 222
  52.     Width = 75
  53.     Height = 25
  54.     Hint = 'Discard changes and close dialog box'
  55.     Caption = 'Cancel'
  56.     ModalResult = 2
  57.     TabOrder = 2
  58.     OnClick = Button_CancelClick
  59.   end
  60.   object Pages: TPageControl
  61.     Left = 5
  62.     Top = 5
  63.     Width = 421
  64.     Height = 211
  65.     HelpContext = 230
  66.     ActivePage = Tab_Main
  67.     TabOrder = 0
  68.     object Tab_Main: TTabSheet
  69.       HelpContext = 231
  70.       Caption = 'Information'
  71.       object GroupBox1: TGroupBox
  72.         Left = 5
  73.         Top = 0
  74.         Width = 401
  75.         Height = 176
  76.         TabOrder = 0
  77.         object Label1: TLabel
  78.           Left = 10
  79.           Top = 15
  80.           Width = 45
  81.           Height = 13
  82.           Caption = 'Filename:'
  83.         end
  84.         object Label2: TLabel
  85.           Left = 10
  86.           Top = 75
  87.           Width = 47
  88.           Height = 13
  89.           Caption = '&Comment:'
  90.           FocusControl = Edit_Comment
  91.         end
  92.         object Label3: TLabel
  93.           Left = 10
  94.           Top = 140
  95.           Width = 40
  96.           Height = 13
  97.           Caption = 'Created:'
  98.         end
  99.         object Label4: TLabel
  100.           Left = 10
  101.           Top = 155
  102.           Width = 43
  103.           Height = 13
  104.           Caption = 'Modified:'
  105.         end
  106.         object Label_Created: TLabel
  107.           Left = 70
  108.           Top = 140
  109.           Width = 15
  110.           Height = 13
  111.           Caption = '(...)'
  112.         end
  113.         object Label_Modified: TLabel
  114.           Left = 70
  115.           Top = 155
  116.           Width = 15
  117.           Height = 13
  118.           Caption = '(...)'
  119.         end
  120.         object Label5: TLabel
  121.           Left = 265
  122.           Top = 140
  123.           Width = 31
  124.           Height = 13
  125.           Caption = 'Notes:'
  126.         end
  127.         object Label_Count: TLabel
  128.           Left = 325
  129.           Top = 140
  130.           Width = 8
  131.           Height = 13
  132.           Caption = '0'
  133.           Font.Charset = DEFAULT_CHARSET
  134.           Font.Color = clWindowText
  135.           Font.Height = -11
  136.           Font.Name = 'MS Sans Serif'
  137.           Font.Style = [fsBold]
  138.           ParentFont = False
  139.         end
  140.         object Label7: TLabel
  141.           Left = 265
  142.           Top = 155
  143.           Width = 40
  144.           Height = 13
  145.           Caption = 'File size:'
  146.         end
  147.         object Label_FileSize: TLabel
  148.           Left = 325
  149.           Top = 155
  150.           Width = 15
  151.           Height = 13
  152.           Caption = '(...)'
  153.         end
  154.         object Label_FileNotFound: TLabel
  155.           Left = 75
  156.           Top = 15
  157.           Width = 176
  158.           Height = 13
  159.           Caption = ' FILE HAS NOT BEEN SAVED '
  160.           Color = clRed
  161.           Font.Charset = DEFAULT_CHARSET
  162.           Font.Color = clWhite
  163.           Font.Height = -11
  164.           Font.Name = 'MS Sans Serif'
  165.           Font.Style = [fsBold]
  166.           ParentColor = False
  167.           ParentFont = False
  168.           Visible = False
  169.         end
  170.         object Label6: TLabel
  171.           Left = 10
  172.           Top = 45
  173.           Width = 56
  174.           Height = 13
  175.           Caption = '&Description:'
  176.           FocusControl = Edit_Description
  177.         end
  178.         object Label8: TLabel
  179.           Left = 10
  180.           Top = 105
  181.           Width = 35
  182.           Height = 13
  183.           Caption = '&Format:'
  184.           FocusControl = Combo_Format
  185.         end
  186.         object Bevel2: TBevel
  187.           Left = 10
  188.           Top = 130
  189.           Width = 381
  190.           Height = 5
  191.           Shape = bsTopLine
  192.         end
  193.         object LB_RTF3: TLabel
  194.           Left = 240
  195.           Top = 155
  196.           Width = 12
  197.           Height = 13
  198.           Caption = '(3)'
  199.           ShowAccelChar = False
  200.           Visible = False
  201.         end
  202.         object Edit_FileName: TEdit
  203.           Left = 70
  204.           Top = 15
  205.           Width = 321
  206.           Height = 21
  207.           HelpContext = 520
  208.           TabStop = False
  209.           BorderStyle = bsNone
  210.           Color = clBtnFace
  211.           ReadOnly = True
  212.           TabOrder = 3
  213.         end
  214.         object Edit_Comment: TEdit
  215.           Left = 70
  216.           Top = 70
  217.           Width = 321
  218.           Height = 21
  219.           Hint = 'Enter optional comment for the file'
  220.           HelpContext = 530
  221.           MaxLength = 255
  222.           TabOrder = 1
  223.         end
  224.         object Edit_Description: TEdit
  225.           Left = 70
  226.           Top = 40
  227.           Width = 321
  228.           Height = 21
  229.           Hint = 'Enter optional description for the file'
  230.           HelpContext = 525
  231.           MaxLength = 255
  232.           TabOrder = 0
  233.         end
  234.         object Combo_Format: TComboBox
  235.           Left = 70
  236.           Top = 100
  237.           Width = 321
  238.           Height = 21
  239.           Hint = 'Choose format used when saving the file'
  240.           HelpContext = 535
  241.           Style = csDropDownList
  242.           ItemHeight = 13
  243.           TabOrder = 2
  244.         end
  245.       end
  246.     end
  247.     object Tab_Settings: TTabSheet
  248.       HelpContext = 232
  249.       Caption = 'Settings'
  250.       object GroupBox3: TGroupBox
  251.         Left = 5
  252.         Top = 0
  253.         Width = 401
  254.         Height = 176
  255.         TabOrder = 0
  256.         object Bevel1: TBevel
  257.           Left = 10
  258.           Top = 65
  259.           Width = 381
  260.           Height = 5
  261.           Shape = bsTopLine
  262.         end
  263.         object Label_IsReadOnly: TLabel
  264.           Left = 15
  265.           Top = 40
  266.           Width = 177
  267.           Height = 13
  268.           Caption = 'File was opened as Read-Only.'
  269.           Color = clRed
  270.           Font.Charset = DEFAULT_CHARSET
  271.           Font.Color = clWhite
  272.           Font.Height = -11
  273.           Font.Name = 'MS Sans Serif'
  274.           Font.Style = [fsBold]
  275.           ParentColor = False
  276.           ParentFont = False
  277.         end
  278.         object CB_AsReadOnly: TCheckBox
  279.           Left = 15
  280.           Top = 15
  281.           Width = 326
  282.           Height = 17
  283.           Hint = 'In future, open this file as Read-only'
  284.           HelpContext = 540
  285.           Caption = 'Open this file in &Read-Only Mode'
  286.           TabOrder = 0
  287.         end
  288.         object CB_NoMultiBackup: TCheckBox
  289.           Left = 15
  290.           Top = 80
  291.           Width = 246
  292.           Height = 17
  293.           Hint = 'Ignore global backup level setting for this file'
  294.           Caption = 'Do not keep &multiple backups of this file'
  295.           TabOrder = 1
  296.         end
  297.       end
  298.     end
  299.     object Tab_Icons: TTabSheet
  300.       HelpContext = 233
  301.       Caption = 'File Icons'
  302.       object GroupBox4: TGroupBox
  303.         Left = 5
  304.         Top = 0
  305.         Width = 401
  306.         Height = 176
  307.         TabOrder = 0
  308.         object Image_TrayIcon: TImage
  309.           Left = 330
  310.           Top = 127
  311.           Width = 38
  312.           Height = 38
  313.           AutoSize = True
  314.         end
  315.         object Bevel3: TBevel
  316.           Left = 10
  317.           Top = 100
  318.           Width = 381
  319.           Height = 5
  320.           Shape = bsTopLine
  321.         end
  322.         object CB_ShowTabIcons: TCheckBox
  323.           Left = 15
  324.           Top = 15
  325.           Width = 161
  326.           Height = 17
  327.           Hint = 'Display or hide tab images for this file'
  328.           HelpContext = 545
  329.           Caption = '&Show icon images on tabs'
  330.           TabOrder = 0
  331.         end
  332.         object Edit_TabImg: TFilenameEdit
  333.           Left = 15
  334.           Top = 60
  335.           Width = 306
  336.           Height = 21
  337.           OnAfterDialog = Edit_TabImgAfterDialog
  338.           DefaultExt = '.icn'
  339.           Filter = 'Tab image files|*.icn'
  340.           DialogOptions = [ofHideReadOnly, ofPathMustExist]
  341.           DirectInput = False
  342.           ButtonWidth = 25
  343.           NumGlyphs = 1
  344.           TabOrder = 1
  345.         end
  346.         object CB_TrayIcon: TCheckBox
  347.           Left = 15
  348.           Top = 115
  349.           Width = 221
  350.           Height = 17
  351.           Caption = 'Use custom &Tray icon for this file'
  352.           TabOrder = 2
  353.         end
  354.         object Edit_TrayIcon: TFilenameEdit
  355.           Left = 15
  356.           Top = 140
  357.           Width = 306
  358.           Height = 21
  359.           OnAfterDialog = Edit_TrayIconAfterDialog
  360.           Filter = 'Icon files (*.ico)|*.ico'
  361.           DialogOptions = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  362.           DirectInput = False
  363.           ButtonWidth = 25
  364.           NumGlyphs = 1
  365.           TabOrder = 3
  366.         end
  367.         object RB_TabImgDefault: TRadioButton
  368.           Left = 15
  369.           Top = 40
  370.           Width = 71
  371.           Height = 17
  372.           Caption = '&Default'
  373.           Checked = True
  374.           TabOrder = 4
  375.           TabStop = True
  376.           OnClick = RB_TabImgOtherClick
  377.         end
  378.         object RB_TabImgBuiltIn: TRadioButton
  379.           Left = 95
  380.           Top = 40
  381.           Width = 66
  382.           Height = 17
  383.           Caption = '&Built in'
  384.           TabOrder = 5
  385.           OnClick = RB_TabImgOtherClick
  386.         end
  387.         object RB_TabImgOther: TRadioButton
  388.           Left = 175
  389.           Top = 40
  390.           Width = 61
  391.           Height = 17
  392.           Caption = '&Other'
  393.           TabOrder = 6
  394.           OnClick = RB_TabImgOtherClick
  395.         end
  396.       end
  397.     end
  398.     object Tab_Pass: TTabSheet
  399.       HelpContext = 234
  400.       Caption = 'Security'
  401.       object GroupBox2: TGroupBox
  402.         Left = 5
  403.         Top = 0
  404.         Width = 401
  405.         Height = 176
  406.         TabOrder = 0
  407.         object Label_Confirm: TLabel
  408.           Left = 10
  409.           Top = 85
  410.           Width = 66
  411.           Height = 13
  412.           Caption = '&Confirm pass.:'
  413.           FocusControl = Edit_Confirm
  414.         end
  415.         object Label_Pass: TLabel
  416.           Left = 10
  417.           Top = 55
  418.           Width = 58
  419.           Height = 13
  420.           Caption = '&Passphrase:'
  421.           FocusControl = Edit_Pass
  422.         end
  423.         object Label_Method: TLabel
  424.           Left = 10
  425.           Top = 150
  426.           Width = 46
  427.           Height = 13
  428.           Caption = '&Algorithm:'
  429.           FocusControl = Combo_Method
  430.         end
  431.         object Label_EnterPass: TLabel
  432.           Left = 200
  433.           Top = 20
  434.           Width = 178
  435.           Height = 13
  436.           Caption = ' Enter new access passphrase '
  437.           Color = clHighlight
  438.           Font.Charset = DEFAULT_CHARSET
  439.           Font.Color = clHighlightText
  440.           Font.Height = -11
  441.           Font.Name = 'MS Sans Serif'
  442.           Font.Style = [fsBold]
  443.           ParentColor = False
  444.           ParentFont = False
  445.         end
  446.         object Edit_Confirm: TEdit
  447.           Left = 85
  448.           Top = 80
  449.           Width = 296
  450.           Height = 21
  451.           Hint = 'Carefully re-enter the access passphrase'
  452.           HelpContext = 560
  453.           MaxLength = 255
  454.           PasswordChar = '*'
  455.           TabOrder = 1
  456.         end
  457.         object Edit_Pass: TEdit
  458.           Left = 85
  459.           Top = 50
  460.           Width = 296
  461.           Height = 21
  462.           Hint = 'Enter access passphrase for this file'
  463.           HelpContext = 555
  464.           MaxLength = 255
  465.           PasswordChar = '*'
  466.           TabOrder = 0
  467.         end
  468.         object Combo_Method: TComboBox
  469.           Left = 85
  470.           Top = 145
  471.           Width = 296
  472.           Height = 21
  473.           Hint = 'Select which encryption algorithm to use'
  474.           HelpContext = 565
  475.           Style = csDropDownList
  476.           ItemHeight = 0
  477.           TabOrder = 2
  478.         end
  479.         object Button_SetPass: TButton
  480.           Left = 10
  481.           Top = 15
  482.           Width = 181
  483.           Height = 25
  484.           Hint = 'Click to change access passphrase for the encrypted file'
  485.           HelpContext = 550
  486.           Caption = '&Set Passphrase'
  487.           TabOrder = 3
  488.           OnClick = Button_SetPassClick
  489.         end
  490.         object CB_HidePass: TCheckBox
  491.           Left = 85
  492.           Top = 110
  493.           Width = 211
  494.           Height = 17
  495.           Hint = 'Obscure passphrase with asterisks'
  496.           HelpContext = 570
  497.           Caption = '&Hide passphrase while typing'
  498.           State = cbChecked
  499.           TabOrder = 4
  500.         end
  501.       end
  502.     end
  503.   end
  504.   object Button_System: TButton
  505.     Left = 335
  506.     Top = 222
  507.     Width = 75
  508.     Height = 25
  509.     Hint = 'Displays system File Properties dialog box'
  510.     Caption = 'S&ystem...'
  511.     TabOrder = 4
  512.     OnClick = Button_SystemClick
  513.   end
  514.   object Button_Help: TButton
  515.     Left = 180
  516.     Top = 222
  517.     Width = 75
  518.     Height = 25
  519.     Caption = '&Help'
  520.     TabOrder = 3
  521.     OnClick = Button_HelpClick
  522.   end
  523.   object FormPlacement: TFormPlacement
  524.     IniSection = 'InfoDlg'
  525.     Options = [fpPosition]
  526.     Left = 285
  527.     Top = 220
  528.   end
  529. end
  530.